go.uber.org/zap/zapcore.consoleEncoder.AddInt32 (method, view implemented interface methods)

one use

	go.uber.org/zap/zapcore (current package)
		json_encoder.go#L324: func (enc *jsonEncoder) AddInt32(k string, v int32)     { enc.AddInt64(k, int64(v)) }